Chain of Draft Prompt Tool
pulsemcp/chain of draft prompt toolOrganizes prompts into structured, multi-step workflows through a chain execution system where outputs from one step become inputs for subsequent steps, enabling progressive refinement for complex tasks like research, code review, and documentation generation.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"chain_of_draft_prompt_tool": {
"url": "None",
"transport": "http"
}
}
}